-
Notifications
You must be signed in to change notification settings - Fork 675
fix: helm default for etcd PodDisruptionBudget #4143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughPod Disruption Budget configuration is added to the etcd section of the Helm platform values file. The new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Poem
Pre-merge checks❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4d9c80c to
0dae050
Compare
0dae050 to
31e0306
Compare
Overview:
Our default
values.yamlfor the the dynamo platform installation has 1 etcd replica. The etcd helm chart creates aPodDisruptionBudgetwithminAvailable51%. Node draining fails because it can't evict the etcd pod given thePDB. This sets the defaultminAvailableon the etcdPDBto 0Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit